home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / os2 / mpegenc / examples / default.par next >
Text File  |  1997-01-01  |  510b  |  35 lines

  1. # parameter file with good default values
  2. #
  3. # use this as a guideline for any parameters you don't really understand
  4. # or don't care about
  5. #
  6.  
  7. PATTERN        IBBPBBPBBPBBPBB
  8. OUTPUT        output.mpg
  9.  
  10. BASE_FILE_FORMAT    YUV
  11. GOP_SIZE    30
  12. SLICES_PER_FRAME    1
  13.  
  14. PIXEL        HALF
  15. RANGE        10
  16. PSEARCH_ALG    LOGARITHMIC
  17. BSEARCH_ALG    CROSS2
  18. IQSCALE        8
  19. PQSCALE        10
  20. BQSCALE        25
  21.  
  22. REFERENCE_FRAME    ORIGINAL
  23.  
  24. #
  25. # you really need to understand the following
  26. #
  27. YUV_SIZE    352x240
  28. INPUT_CONVERT    *
  29.  
  30. INPUT_DIR    input/flowg
  31.  
  32. INPUT
  33. sflowg.*.yuv    [0-23]
  34. END_INPUT
  35.